.footer-boxa {
    background: var(--Dark, #1b1c17);
    /* text-align: justify; */
    color: #fcf3e6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}
.footer-boxa .footer-boxa-content {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 36px;
    overflow: hidden;
}
.footer-boxa .footer-boxa-content-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 31px;
}

.footer-boxa .footer-itema {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    gap: 120px;
}

.footer-boxa p.paragraph {
    max-width: 100%;
}

.footer-boxa .logo-section {
    width: 34%;
    display: flex;
    flex-direction: column;
    /* gap: 13%; */
}
.footer-boxa h1.logo {
    color: var(--Light-BG, #fcf3e6);
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
.footer-boxa .anther-section-item ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
}

.footer-boxa .anther-section-item ul li a {
    color: var(--Light-BG, #fcf3e6);
    /* text-align: justify; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
}
.footer-boxa .anther-section-item {
    display: flex;
    flex-direction: column;
    gap: 63px;
}
.footer-boxa .anther-section-item-header {
    color: var(--Light-BG, #fcf3e6);
    /* text-align: justify; */
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    width: 100%;
}

.footer-boxa .footer-text-hovera {
    color: #f2ede9;
    cursor: pointer;
}
.footer-boxa .footer-text-hovera:hover {
    color: #e78b18;
}
.footer-boxa .footer-text-hovera:hover path {
    fill: #e78b18;
}

.footer-boxa .anther-section {
    display: flex;
    flex-wrap: wrap;
    width: 54%;
    justify-content: space-between;
    gap: 0;
}

.footer-boxa .br {
    border-top: 1px solid #3d3d3d;
}

.footer-boxa .footer-boxa-content-privacy {
    width: 100%;
}
.footer-boxa .privacy-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 10% !important;
}

p {
    margin: 0;
    padding: 0;
}
.footer-boxa .copyright {
    display: flex;
    gap: 10px; 
}
.footer-boxa .conditions {
    display: flex;
    gap: 147px; 
}
.footer-boxa .footer-boxa-content-privacy-icons {
    display: flex;
    gap: 43px;
}

.scroll-top {
    height: 50px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1c17;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: #c0aa8f;
    cursor: pointer;
}
.scroll-top:hover {
    background: #e78b18;
    color: #f2ede9;
}

.footer {
    width: 100%;
    height: 325px;
    flex-shrink: 0;
    background: var(--Dark, #1b1c17);
    margin-left: -8px;
    /* margin-bottom: -8px; */
    padding: 0;
    display: flex;
    margin-top: 0;
}

.logo-section {
    width: 28%;
}

.anther-section {
    width: 70%;
    display: flex;
    gap: 74px;
    margin-left: 1px;
    /* margin-top: 50px; */
    padding-right: 0 50px;
}

.logo-section .logo {
    color: var(--Light-BG, #fcf3e6);
    font-family: Plus Jakarta Sans;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
}

.logo-section .paragraph {
    all: unset;
    width: 100%;
    color: #fcf3e6;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.54px;
}

.home .account-title .other {
    width: 400px;
}
.logo,
.home-title,
.my-account-title,
.other-title {
    width: 116px;
    height: 28.612px;
    flex-shrink: 0;
    color: var(--Light-BG, #fcf3e6);
    /* text-align: justify; */
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 36px;
}

.home ul li,
.my-account ul li,
.other ul li {
    width: 100%;
    height: 26.323px;
    flex-shrink: 0;
    color: var(--Light-BG, #fcf3e6);
    text-align: justify;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
    padding-top: 0;
}

.home ul li:hover,
.my-account ul li:hover,
.other ul li:hover {
    color: #e78b18;
    cursor: pointer;
}

.br {
    height: 2px;
    width: 109%;
    background-color: #ccc;
    margin-left: -1px;
}
.privacy {
    width: 1903px;
    height: 85px;
    flex-shrink: 0;
    background: #1b1c17;
    margin: 0;
    padding: 0;
    margin-left: -8px;
    margin-bottom: -15px;
    display: flex;
}

.copyright {
    width: 28%;
    display: flex;
    gap: 10px;
    /* padding-top: 16px; */
}

.privacy .copyright p {
    width: auto;
    height: 26.637px;
    flex-shrink: 0;
    color: var(--Light-BG, #fcf3e6);
    text-align: justify;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
}

.privacy .copyright svg {
    width: 25px;
    height: 25.298px;
    flex-shrink: 0;
    margin-top: 20px;
}

.privacy .conditions {
    width: 70%;
    display: flex;
    gap: 110px;
    margin-left: 215px;
    margin-top: 15px;
}

.privacy .conditions p {
    color: var(--Light-main-BG, #f2ede9);
    text-align: justify;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
}

.privacy .conditions p:hover {
    color: var(--Light-main-BG, #e78b18);
    cursor: pointer;
}

.privacy .icons {
    width: 28%;
    display: flex;
    gap: 40px;
    margin-right: 290px;
    margin-top: 30px;
    cursor: pointer;
}

.privacy .icons svg:hover path {
    fill: #e78b18;
}

a {
    all: unset;
}

.logo-section,
.anther-section,
.home,
.my-account,
.other {
    display: inline-block;
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .footer-boxa .logo-section {
        width: 43%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .footer-boxa .logo-section {
        width: 43%;
    }
    .footer-boxa,
    .footer-boxa .anther-section-item ul li a,
    .footer-boxa p.paragraph {
        font-size: 16px;
    }
    .footer-boxa .conditions {
        font-size: 14px;
    }
    .footer-boxa .conditions {
        display: flex;
        gap: 67px;
        font-family: Plus Jakarta Sans;
        text-wrap: nowrap;
    } 
    .copyright {
        text-wrap: nowrap;
        font-size: 14px;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {
    .footer-boxa .footer-itema {
        gap: 15px;
    }

    .footer-boxa .logo-section {
        max-width: 37%;
        gap: 8px;
    }
    .footer-boxa .anther-section-item ul {
        gap: 10px;
    }
    .footer-boxa h1.logo {
        font-size: 20px;
    }

    .footer-boxa p.paragraph {
        max-width: 100%;
        font-size: 15px;
    }
    .footer-boxa {
        font-size: 11px;
        line-height: 19px;
    }

    .footer-boxa .anther-section-item-header {
        font-size: 14px;
    }
    .footer-boxa .anther-section-item ul li a {
        font-size: 15px;
    }

    .footer-boxa .anther-section-item {
        gap: 25px;
    }

    .footer-boxa .footer-itema {
        gap: 71px;
        padding: 0 4%;
    }

    .footer-boxa .footer-boxa-content {
        padding-top: 25px;
    }
    .footer-boxa .footer-boxa-content-footer {
        margin-bottom: 16px;
    }

    .copyright {
        font-size: 15px;
    }
    .copyright svg {
        width: 16px;
        height: 20px;
    }
    .footer-boxa-content-privacy-icons svg {
        width: 20px;
        height: 20px;
    }
    .footer-boxa .conditions {
        font-size: 13px;
    }
    .footer-boxa .conditions {
        display: flex;
        gap: 67px;
        font-family: Plus Jakarta Sans;
        text-wrap: nowrap;
    } 
    .copyright {
        text-wrap: nowrap;
        font-size: 14px;
    }
    .footer-boxa .privacy-item {
        padding: 27px 4% !important;
    }
}

/* @media (min-width: 677px) and (max-width: 876px) {
    .footer-boxa .footer-itema {
        gap: 15px;
    }

    .footer-boxa .conditions {
        gap: 8px;
    }
} */

@media (max-width: 700px) {
    .footer-boxa .footer-boxa-content {
        padding-top: 10px;
    }

    .footer-boxa .footer-itema {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        align-content: center;
        padding: 0 5%;
    }

    .footer-boxa p.paragraph {
        font-size: 13px !important;
        width: 72% !important;
    }

    .footer-boxa .footer-itema {
        gap: 0;
    }

    .footer-boxa {
        font-size: 13px !important;
        text-align: center !important;
    }

    .footer-boxa .logo-section {
        gap: 15px;
        align-items: center;
        width: 100% !important;
    }

    .footer-boxa p.paragraph {
        text-align: center;
    }

    .footer-boxa .anther-section-item-header {
        font-size: 15px;
    }

    .footer-boxa .anther-section-item ul li a {
        font-size: 12px;
    }

    .footer-boxa .anther-section-item ul {
        gap: 3px;
    }

    .footer-boxa .anther-section-item {
        gap: 20px;
    }

    .footer-boxa .footer-boxa-content-footer {
        margin-bottom: 10px;
    }

    .footer-boxa .footer-boxa-content-privacy-icons {
        display: flex;
        gap: 43px;
        flex-wrap: wrap;
    }
    .footer-boxa .privacy-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px 15px !important;
        flex-direction: column;
    }

    .page-contenta.containera {
        gap: 15px;
    }
    .footer-boxa .copyright {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .footer-boxa .conditions {
        order: 2;
        gap: 30px;
    }
    .footer-boxa .footer-boxa-content-privacy-icons {
        order: 1;
    }
    .footer-boxa-content-privacy-icons svg {
        width: 22px;
        height: 23px;
    }

    .footer-boxa .anther-section {
        position: relative;
    }
    .footer-boxa .anther-section::before {
        content: "";
        width: 110vh;
        left: -15px;
        top: -11px;
        position: absolute;
        border: 1px solid #f2ede9;
    }
    .footer-boxa .anther-section::after {
        content: "";
        width: 110vh;
        left: -15px;
        bottom: -11px;
        position: absolute;
        border: 1px solid #f2ede9;
    }

    .footer-boxa .br {
        display: none;
    }

    .footer-boxa .logo-section,
    .footer-boxa .anther-section {
        max-width: unset;
        width: 100% !important;
    }

    .footer-boxa h1.logo {
        font-size: 30px;
    }

    .logo-section,
    .anther-section,
    .home,
    .my-account,
    .other {
        margin: 25px 0;
    }

    .footer-boxa .anther-section-item-header {
        text-align: left !important;
    }
    .footer-boxa .anther-section-item ul li a {
        font-size: 12px !important;
    }
    .footer-boxa .anther-section-item {
    padding: 0 4% !important;
    }

    .footer-boxa-content-privacy-icons svg {
        width: 25px !important;
        height: 25px !important;
    }

    .page-contenta.containera {
    gap: 25px !important;
    }

    .copyright svg {
        height: 23px;
    }

    .footer-boxa .footer-boxa-content-footer {
        margin-bottom: 0;
    }

    .back p {
    font-size: 17px;
    }
}

@media (min-width: 680px) and (max-width: 902px) {
    .footer-boxa .footer-itema {
        padding: 0px 2% !important;
    }

    .footer-boxa .privacy-item {
        padding: 27px 2% !important;
    }

    .footer-boxa .logo-section {
        width: 40%;
        gap: 20px !important;
    }
}

@media (min-width: 701px) and (max-width: 755px) {
    .footer-boxa .footer-itema {
        padding: 0px 2% !important;
    }

    .footer-boxa .privacy-item {
        padding: 27px 2% !important;
    }

    .footer-boxa .footer-boxa-content-privacy-icons {
        gap: 20px;
    }

    .footer-boxa .logo-section {
        width: 40%;
        gap: 20px !important;
    }

    .footer-boxa .anther-section-item ul li a,
    .footer-boxa p.paragraph,
    .footer-boxa .footer-text-hovera,
    .footer-boxa .copyright {
        font-size: 12px !important;
    }

    .footer-boxa .copyright {
        gap: 8px;
    }
}

@media (max-width: 454px) { 
    .footer-boxa p.paragraph {
        font-size: 13px !important;
        width: 100% !important;
    }

    .footer-boxa .anther-section-item ul li a {
        font-size: 10px !important;
    }

    .footer-boxa h1.logo {
    font-size: 25px !important;
    }
}


@media (min-width: 750px) and (max-width: 840px) { 
    .footer-boxa .conditions, .footer-boxa .copyright {
        font-size: 12px !important;
    }
}